home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / p3m1.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  183 b   |  12 lines

  1. #import "p3.h"
  2.  
  3. @interface p3m1 : p3
  4. {
  5.  
  6. }
  7. - clip: (NXCoord) x: (NXCoord) y ;
  8. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg ;
  9. - sizeKludge: (float *) x : (float *) y;
  10. @end
  11.  
  12.